Welcome![Sign In][Sign Up]
Location:
Search - socket vc

Search list

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-Networksocket

Description: 用VC编写的socket,用于文件的收发,UDP协议-VC prepared with socket, used to send and receive documents, UDP protocol
Platform: | Size: 2120704 | Author: 张宏 | Hits:

[Internet-NetworkSocketCS

Description: Socket支持的网上点对点通信实现(vc版)-Socket support for the realization of the online peer-to-peer communications (vc version)
Platform: | Size: 2806784 | Author: 陈峰 | Hits:

[TCP/IP stackVC-HTTP-FILE-WEB

Description: 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Platform: | Size: 117760 | Author: 阿荣 | Hits:

[Windows DevelopUDPSocket

Description: UDP类QQ聊天系统,VC++,SQL Server,供初学者交流学习使用-AppWizard has created this Communication application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your Communication application.
Platform: | Size: 8162304 | Author: zhangqing | Hits:

[Internet-NetworkTCP_UDP-Socket

Description: TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
Platform: | Size: 3214336 | Author: tony chen | Hits:

[Windows DevelopSocket090808

Description: SOCKET 编程学习,VC MFC的简单实例,对初学者十分有用,很难找的资料哦-SOCKET learning programming, VC MFC simple example, very useful for beginners, it is difficult to find the information, oh
Platform: | Size: 43008 | Author: 王生 | Hits:

[OtherloginSystem

Description: vc++ 编写的用户登录系统模块,思路清晰简单-login system
Platform: | Size: 2988032 | Author: kakahenry | Hits:

[Internet-Networksocket

Description: 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, use the most basic socket, bind, listen, send, receive, function, very suitable for beginners, but I just use this example to learn socket programming, it is the classic case in point, there is a small interface
Platform: | Size: 78848 | Author: vivianjia | Hits:

[TCP/IP stacksocket

Description: vc++ socket 通讯程序,包括client端和server端-vc++ socket communication program,include client and server
Platform: | Size: 24379392 | Author: tony | Hits:

[TCP/IP stackhttpsocket

Description: 給學習 VC++ 者參考 http socket 相關的使用-To learn VC++ by reference to http socket related to the use of
Platform: | Size: 14336 | Author: 蔡明宏 | Hits:

[Internet-NetworkVC_SOCKET_CLIENT_SERVER

Description: VC++ Socket 文件传输,Server、Client端。-VC++ Socket File send receive server client
Platform: | Size: 347136 | Author: 丁吕 | Hits:

[Internet-Networkselect

Description: socket使用select能够减少资源占用. 本程序使用了select功能-socket using select to reduce resource consumption. This program uses the select function
Platform: | Size: 2048 | Author: 张化 | Hits:

[Communicationsocket

Description: 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
Platform: | Size: 75776 | Author: liubiao | Hits:

[Internet-NetworkEmail

Description: vc++的mfc电子邮件发送与接收,socket编程完整代码。-vc++ for mfc send and receive e-mail, socket programming complete code.
Platform: | Size: 8556544 | Author: pg | Hits:

[Internet-Networksocket

Description: 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
Platform: | Size: 2026496 | Author: 孔纯松 | Hits:

[Windows DevelopsockClient

Description: vc socket api的应用实例(客户端),在vc+window xp sp3测试通过!-dddddddddddddddddddddddddddddddddddddddddd
Platform: | Size: 1918976 | Author: GMshuS | Hits:

[Windows Developsocket

Description: 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译-A simple TCP client and server-side code, server-side receives the data and return, VC compiler
Platform: | Size: 73728 | Author: 小模样 | Hits:

[Internet-NetworkTCPServer1

Description: VC 2008网络编程的例子,TCP socket Server例子之一。-VC 2008 example of network programming, TCP socket Server examples.
Platform: | Size: 80896 | Author: Tony | Hits:

[Search EngineIP

Description: vc++实现的搜索局域网在线主机的程序,Socket编程-vc++ implementation of the search procedure for a host on the LAN
Platform: | Size: 31744 | Author: yxd | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net